home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
United Public Domain Gold 2
/
United Public Domain Gold 2.iso
/
music_utilities
/
pt141.dms
/
pt141.adf
/
ArexxExamples.lha
/
EP_ReqLibrary.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
197b
|
16 lines
/* EaglePlayer - Filerequester = Req.Library */
address 'rexx_EP'
options results
ReqLibrary
if result == "no then do
say "Can't use Req.Library"
end
else do
say "Now using Req.Library"
end